Skip to content

add new edge view engine plugins#32

Merged
angga7togk merged 1 commit intomasterfrom
plugin/edge
Oct 16, 2025
Merged

add new edge view engine plugins#32
angga7togk merged 1 commit intomasterfrom
plugin/edge

Conversation

@angga7togk
Copy link
Member

Edge Integration

Installation

npm i @gaman/edge edge.js

Basic Used

first intialize the @gaman/edge on index.ts

// index.ts
import { edge } from "@gaman/edge";

defineBootstrap(await (app) => {
     .....
     
     app.mount(
        edge();
     );
});

@angga7togk angga7togk merged commit b851e62 into master Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant